home *** CD-ROM | disk | FTP | other *** search
- on scplayaif pchan, pfilename, pvolume
- global gmactype, gnowsound
- if getext_infilename(pfilename) = EMPTY then
- set pfilename to pfilename & ".AIF"
- end if
- if gmactype = "win" then
- if gnowsound = 0 then
- set fileName to "@::" & "MAT:" & pfilename
- else
- set fileName to "@::" & "MAT:" & pfilename
- end if
- else
- if gnowsound = 0 then
- set fileName to "@::" & "MAT:" & pfilename
- else
- set fileName to "@::" & "MAT:" & pfilename
- end if
- end if
- sound playFile pchan, fileName
- if voidp(pvolume) then
- set pvolume to 255
- end if
- set the volume of sound pchan to pvolume
- end
-